home *** CD-ROM | disk | FTP | other *** search
Wrap
-- background: 2660 from stack: in.Help -- bmap block id: 3716 -- flags: 0000 -- background id: 0 -- name: -- part 1 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=6 top=26 right=47 bottom=106 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 128 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Start Using Me ----- HyperTalk script ----- on mouseUp start using this stack end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 8003 -- rect: left=159 top=26 right=47 bottom=259 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 128 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Current Size: ----- HyperTalk script ----- on mouseUp showFree end mouseUp on showFree put empty into fld "freeSize" put the freeSize of this stack&"K/"&the size of this stack&"K ["& trunc(the freeSize of this stack/the size of this stack * 100)&"%]" into fld "freeSize" end showFree -- part 3 (field) -- low flags: 00 -- high flags: 2002 -- rect: left=264 top=26 right=47 bottom=378 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 128 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: freeSize